var runtime.timerpMask
12 uses
runtime (current package)
proc.go#L3430: timerpMaskSnapshot := timerpMask
proc.go#L3687: if stealTimersOrRunNextG && timerpMask.read(enum.position()) {
proc.go#L5596: timerpMask.set(id)
proc.go#L5724: timerpMask = timerpMask[:maskWords]
proc.go#L5732: copy(ntimerpMask, timerpMask)
proc.go#L5733: timerpMask = ntimerpMask
proc.go#L5798: timerpMask = timerpMask[:maskWords]
proc.go#L6602: timerpMask.clear(pp.id)
proc.go#L6630: timerpMask.set(pp.id)
runtime2.go#L1235: timerpMask pMask
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |